home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-04-10 | 346 b | 12 lines | [TEXT/CWIE] |
- // PowerPlantStorage.cp
- // Copyright: © 1994 - 1998 by Apple Computer, Inc., all rights reserved.
-
-
-
- #include "PowerPlantStorage.h"
- #include "PowerPlantStoreStream.h"
-
- IAStorage* MakePowerPlantStorage(short vRef, long dirId, const StringPtr name, OSType c, OSType t) {
- return IAMakeStorage(new PowerPlantStoreStream(vRef, dirId, name, c, t));
- }
-